home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 599.swf / scripts / DefineButton2_96 / BUTTONCONDACTION on(release).as next >
Text File  |  2006-01-17  |  199b  |  15 lines

  1. on(release){
  2.    tellTarget("/sounds")
  3.    {
  4.       gotoAndStop("click");
  5.       play();
  6.    }
  7.    if(!firstTime)
  8.    {
  9.       tellTarget("/hold1")
  10.       {
  11.          nextFrame();
  12.       }
  13.    }
  14. }
  15.